home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / HyperCard / Games / Rabbit Hunt Folder / Rabbit Hunt / card_3197.txt < prev    next >
Encoding:
Text File  |  1991-04-10  |  2.3 KB  |  90 lines

  1. -- card: 3197 from stack: in
  2. -- bmap block id: 4839
  3. -- flags: 0000
  4. -- background id: 2799
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=446 top=3 right=51 bottom=504
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 14767 / 14767
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: The Story...
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 5123
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 8000
  31. -- rect: left=6 top=7 right=52 bottom=84
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 2002 / 2002
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: About the Author
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go to card id 4597
  43. end mouseUp
  44.  
  45.  
  46.  
  47.  
  48. -- part 4 (button)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=234 top=18 right=40 bottom=269
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 1011 / 1011
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Home
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual dissolve very slowly to black
  63.   go to stack "Home"
  64. end mouseUp
  65.  
  66.  
  67.  
  68.  
  69. -- part 5 (button)
  70. -- low flags: 00
  71. -- high flags: A003
  72. -- rect: left=141 top=222 right=254 bottom=377
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: PLAY
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   play "Harpsichord" tempo 130 "b3s b b b be d f eq. c4s c c c ce" && "a3 c4 dq. b3s b b b be d f eq. c4s c c c ce a3 c4 dq. b3q d4h" && "bb3s a ge eq bb2 a g"
  84.   play "Harpsichord" tempo 130 "b3s b b b be d f eq. c4s c c c ce" && "a3 c4 dq. b3q d4h bb3s a ge eq bb2 a g b3s b b b be d f eq. c4s" && "c c c ce a3 c4 d"
  85.   play "Harpsichord" tempo 130 "c#4e d g c# d g c#s d ge c#s c bb3e" && "aq g e d bs b b b be d f eq. c4s c c c ce a3 c4 d c#4e d g c# d" && "g c#s d ge c#s c bb3e aq g e d bs b b b be d f eq. c4s c c c ce" && "a3 c4 dq."
  86.   play "Harpsichord" tempo 130 "b3q d4h bb3s a ge eq bb2 a g b3s b" && "b b be d f eq. c4s c c c ce a3 c4 dq. b3q d4h bb3s a ge eq bb2" && "a g b3s b b b be d f eq. c4s c c c ce a3 c4 d d d"
  87.   go to card id 2935
  88. end mouseUp
  89.  
  90.